# Remove domain from email signup allowlist

Removes a domain from the email allowlist.

RBAC: requires AdminSettings.Manage

Endpoint: DELETE /api/v1/admin/email-allow/{domain}
Version: 1.0
Security: header

## Path parameters:

  - `domain` (string, required)
    Domain name to remove from the allowlist
    Example: "example.com"

## Response 403 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


